home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro111 / daily.doc < prev    next >
Encoding:
Text File  |  1993-10-09  |  2.4 KB  |  61 lines

  1. DAILY.COM v1.0
  2. DAILYX.COM v1.0
  3. by
  4. Don W. Thurston
  5. copyright 1993
  6.  
  7. DAILY.COM is a small utility that allows you to run programs from your 
  8. AUTOEXEC.BAT file only once per day.  DAILY.COM and DAILYX.COM will only 
  9. work with .COM and .EXE files!  It is not able to run .BAT files.     
  10. DAILY stores the date it runs in a file with the same name as your file 
  11. but uses .DLY for an extension.  Next time you boot your computer it 
  12. checks the current system date against what is in last date file for you 
  13. rprogram.  If they match DAILY just exits.  If they do not match, DAILY 
  14. runs the specified program.  Usage is as follows:
  15.  
  16.   call DAILY CHKDSK.EXE C:
  17.  
  18. Simply call DAILY from AUOTEXEC.BAT.  After DAILY enter the name of the
  19. program to run (you must include the extension - COM, or EXE) and
  20. then any command line entries you rprogram requires.  The program MUST
  21. be in your specified path or you must give it the FULL path to your
  22. program.
  23.  
  24.  
  25. DAILYX.COM is a close relative of DAILY.COM.  It performs in the same manner
  26. except it does not update the last date file.  This allows you to run the
  27. same program twice ( if you needed to run a virus scanner on two drives )
  28. then not have the programs run again until you booted the next day.  An
  29. example usage would be:
  30.    
  31.    call DAILYX CHKDSK.EXE C:
  32.    call DAILY CHKDSK.EXE D:
  33.  
  34. DAILYX reads the last date file for your program and runs or exits
  35. accordingly.  It does not update the last date file.  Then when DAILY runs
  36. it still finds the old date in the file, runs it's program then updates the
  37. last date file.
  38.  
  39. If you have any comments, problems, or suggestions please contact me
  40. through Compuserve.  Sometimes it takes a few days before I respond to
  41. messages but I am interested in your inputs on this program.
  42.  
  43. Don W. Thurston
  44. CIS 72347,2206
  45.  
  46.  
  47. Warranty
  48.  
  49. This product is provided "as is" without warranty of any kind.  The entire
  50. risk as to the results and performance of the program is assumed by you.
  51. Furthermore, the author does not warrant, guarantee, or make any other
  52. representations regarding the use of, or the results of the use of the
  53. program, and you rely on the program and results solely at  your own
  54. risk.  The author cannot and  will not accept responsibility for system
  55. damage, loss of profit, or any other special, consequential or incidental 
  56. damages resulting  from the use or inability to use this product.
  57.  
  58.  
  59.  
  60.  
  61.